net/http.http2clientStream.trace (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7707: 	trace         *httptrace.ClientTrace // or nil
		h2_bundle.go#L7757: 	return http2traceGot1xxResponseFunc(cs.trace)
		h2_bundle.go#L8615: 		trace:                httptrace.ContextClientTrace(ctx),
		h2_bundle.go#L8812: 			http2traceWait100Continue(cs.trace)
		h2_bundle.go#L8828: 				http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L8835: 				http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L8843: 	http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L8911: 	http2traceWroteHeaders(cs.trace)
		h2_bundle.go#L9626: 		if cs.trace != nil {
		h2_bundle.go#L9631: 			http2traceFirstResponseByte(cs.trace)
		h2_bundle.go#L9758: 			http2traceGot100Continue(cs.trace)